PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class / PDFFlowTableStringCell Constructor / PDFFlowTableStringCell Constructor(PDFFlowTableStringCell)
Source cell.
In This Topic
    PDFFlowTableStringCell Constructor(PDFFlowTableStringCell)
    In This Topic
    Initializes a new PDFFlowTableStringCell object with another cell.
    Syntax
    public PDFFlowTableStringCell( 
       PDFFlowTableStringCell source
    )

    Parameters

    source
    Source cell.
    See Also